Getting Started
  GetDividerBgImage(ID)   Returns Background ID or -1.
  GetDividerHeight(ID)   Returns Height.
  GetDividerWidth(ID)   Returns Width.
  SetDividerBgColor(ID,Color)   `Accepts color from makecolor(),Sets Background color of sprite, Accepts Alpha value.
  SetDividerBGImage(ID,ImageID)   `Accepts Integer, Sets Background image.
  SetDividerBorderWidth(ID,Width)   `Accepts Integer, Sets Border Width.
  SetDividerDragAndDrop(ID,Bool)   ` Accepts Integer 1-0, 1 enalbes Divider to be dropped onto other gadgets, 0 false.
  SetDividerHoverState(ID)   Returns 1 if Divider is being hovered, else 0.
  SetDividerVisible(ID,Boolean)   `Sets Divider visible or hidden 1 visible, 0 hidden.
  GetDividerText(ID)   Returns Text String or -1
  SetDividerDepth(ID,Depth)   Accepts Integer, Forces Divider to add or subtract depth to its depth sorting.
  SetDividerHeight(ID,Height)   `Accepts integer sets the height.
  SetDividerWidth(ID,Width)   Accepts integer sets the width.
  SetDividerSize(ID,Width,Height)   Accepts integer sets the width and height.
  SetDividerPaddingWidth(ID,Width)   `Accepts Integer, Sets Padding Width.
  SetDividerPaddingColor(ID,Color)   `Accepts color from makecolor(),Sets Padding color of sprite, Accepts Alpha value.
  SetDividerBorderColor(ID,Color)   `Accepts color from makecolor(),Sets Border color of sprite, Accepts Alpha value.
  SetDividerColor(ID,Integer)   `Accepts color from makecolor(), Sets entire sprite to specified color.
  SetDividerAlpha(ID,AlphaValue)   `Accepts integer 0-255, Sets entire Sprite to the specified alpha value
  SetDividerEditMode(ID,Bool)   `Accepts Integer 1-0, overides settings enables all api features,"Divider action will be disabled while in edit mode"
  SetDividerToolTip(ID,String)   Accepts String, Sets Divider to generate and destroy a tooltip preview on hover. Hover Must be enabled see SetDividerActivateHover(ID,Bool)
  SetDividerDrag(ID,Bool)   `Accepts integer 0-1,Enables Dragging
  SetDividerResize(ID,Bool)   `Accepts integer 0-1,Enables Resizing
 SetDividerActivateMode(ID,Bool)   `Accepts integer 0-1, (1) Enables Hover to activate, "0" Default Behavior
  SetDividerHighlight(ID,Bool)   `Accepts Integer 1-0, Enables Highlighting